adTempus API
|
Gets the step number for this step
__property long* StepNumber;
long* StepNumber;
Property StepNumber() As long*
0
Steps are numbered sequentially beginning with 1, in the order that they appear in the user interface. The step number is recorded at the time the job is executed, so if the step has subsequently been reordered or removed from the job the number will not correspond to its current step number. You therefore should not use the StepNumber to locate the corresponding step in the template job; use the StepOID instead.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|